Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetCommonStyle Method / GetCommonStyle(IRange,Nullable<Boolean>) Method


In This Topic
    GetCommonStyle(IRange,Nullable<Boolean>) Method
    In This Topic
    Get the common cell-only style settings of the specified cell range.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetCommonStyle( _
       ByVal ranges As IRange, _
       ByRef isNormalFont As Nullable(Of Boolean) _
    ) As StyleFormat
    'Usage
     
    
    Dim ranges As IRange
    Dim isNormalFont As Nullable(Of Boolean)
    Dim value As StyleFormat
     
    value = Styles.GetCommonStyle(ranges, isNormalFont)
    public static StyleFormat GetCommonStyle( 
       IRange ranges,
       out Nullable<bool> isNormalFont
    )

    Parameters

    ranges
    isNormalFont
    See Also